home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMHTMLFRAMEFRAMESET / TFORMHTMLFRAMEFRAMESET.txt
Encoding:
Text File  |  1997-12-06  |  5.8 KB  |  270 lines

  1. object FormHTMLFrameFrameSet: TFormHTMLFrameFrameSet
  2.   Left = 46
  3.   Top = 62
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Frame Set'
  7.   ClientHeight = 290
  8.   ClientWidth = 570
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object EditHTMLTag: TEdit
  19.     Left = 4
  20.     Top = 0
  21.     Width = 83
  22.     Height = 21
  23.     Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
  24.     TabStop = False
  25.     AutoSize = False
  26.     ParentColor = True
  27.     ParentShowHint = False
  28.     ReadOnly = True
  29.     ShowHint = True
  30.     TabOrder = 0
  31.     Text = 'EditHTMLTag'
  32.     OnChange = EditHTMLTagChange
  33.   end
  34.   object GroupBoxROWS: TGroupBox
  35.     Left = 8
  36.     Top = 132
  37.     Width = 357
  38.     Height = 97
  39.     Caption = 'ROWS'
  40.     TabOrder = 1
  41.     object EditROWS: TEdit
  42.       Left = 95
  43.       Top = 44
  44.       Width = 167
  45.       Height = 21
  46.       TabOrder = 0
  47.       OnChange = EditROWSChange
  48.       OnExit = EditROWSExit
  49.       OnKeyPress = EditROWSKeyPress
  50.     end
  51.     object PanelROWS: TPanel
  52.       Left = 2
  53.       Top = 73
  54.       Width = 353
  55.       Height = 22
  56.       Hint = 'ROWS attribute'
  57.       Align = alBottom
  58.       Alignment = taLeftJustify
  59.       BevelOuter = bvNone
  60.       BorderStyle = bsSingle
  61.       Caption = 'PanelROWS'
  62.       ParentShowHint = False
  63.       ShowHint = True
  64.       TabOrder = 1
  65.       OnClick = PanelROWSClick
  66.     end
  67.     object PanelHint_ROWS: TPanel
  68.       Left = 2
  69.       Top = 15
  70.       Width = 353
  71.       Height = 22
  72.       Align = alTop
  73.       BevelInner = bvRaised
  74.       BevelOuter = bvLowered
  75.       Caption = 
  76.         'Valid is any combination of: Number of Pixels,Number of %,[Numbe' +
  77.         'r]*'
  78.       TabOrder = 2
  79.     end
  80.   end
  81.   object GroupBoxFRAMESPACING: TGroupBox
  82.     Left = 376
  83.     Top = 28
  84.     Width = 185
  85.     Height = 37
  86.     Caption = 'FRAMESPACING'
  87.     TabOrder = 2
  88.     object PanelFRAMESPACING: TPanel
  89.       Left = 2
  90.       Top = 15
  91.       Width = 115
  92.       Height = 20
  93.       Hint = 'FRAMESPACING attribute'
  94.       Align = alLeft
  95.       Alignment = taLeftJustify
  96.       BevelOuter = bvNone
  97.       BorderStyle = bsSingle
  98.       Caption = 'PanelFRAMESPACING'
  99.       ParentShowHint = False
  100.       ShowHint = True
  101.       TabOrder = 1
  102.       OnClick = PanelFRAMESPACINGClick
  103.     end
  104.     object SpinEditFRAMESPACING: TSpinEdit
  105.       Left = 120
  106.       Top = 12
  107.       Width = 56
  108.       Height = 22
  109.       AutoSelect = False
  110.       AutoSize = False
  111.       MaxLength = 4
  112.       MaxValue = 100
  113.       MinValue = 0
  114.       TabOrder = 0
  115.       Value = 0
  116.       OnChange = SpinEditFRAMESPACINGChange
  117.     end
  118.   end
  119.   object GroupBoxFRAMEBORDER: TGroupBox
  120.     Left = 376
  121.     Top = 72
  122.     Width = 145
  123.     Height = 37
  124.     Caption = 'FRAMEBORDER'
  125.     TabOrder = 3
  126.     object CheckBoxFRAMEBORDER: TCheckBox
  127.       Left = 8
  128.       Top = 16
  129.       Width = 129
  130.       Height = 17
  131.       Hint = 'FRAMEBORDER=0  attribute'
  132.       Caption = 'FRAMEBORDER=0 '
  133.       ParentShowHint = False
  134.       ShowHint = True
  135.       TabOrder = 0
  136.       OnClick = CheckBoxFRAMEBORDERClick
  137.     end
  138.   end
  139.   object GroupBoxCOLS: TGroupBox
  140.     Left = 8
  141.     Top = 28
  142.     Width = 357
  143.     Height = 97
  144.     Caption = 'COLS'
  145.     TabOrder = 4
  146.     object EditCOLS: TEdit
  147.       Left = 95
  148.       Top = 44
  149.       Width = 167
  150.       Height = 21
  151.       TabOrder = 0
  152.       OnChange = EditCOLSChange
  153.       OnExit = EditCOLSExit
  154.       OnKeyPress = EditCOLSKeyPress
  155.     end
  156.     object PanelCOLS: TPanel
  157.       Left = 2
  158.       Top = 73
  159.       Width = 353
  160.       Height = 22
  161.       Hint = 'COLS attribute'
  162.       Align = alBottom
  163.       Alignment = taLeftJustify
  164.       BevelOuter = bvNone
  165.       BorderStyle = bsSingle
  166.       Caption = 'PanelCOLS'
  167.       ParentShowHint = False
  168.       ShowHint = True
  169.       TabOrder = 1
  170.       OnClick = PanelCOLSClick
  171.     end
  172.     object Panelhint_COLS: TPanel
  173.       Left = 2
  174.       Top = 15
  175.       Width = 353
  176.       Height = 22
  177.       Align = alTop
  178.       BevelInner = bvRaised
  179.       BevelOuter = bvLowered
  180.       Caption = 
  181.         'Valid is any combination of: Number of Pixels,Number of %,[Numbe' +
  182.         'r]*'
  183.       TabOrder = 2
  184.     end
  185.   end
  186.   object PanelBottom: TPanel
  187.     Left = 0
  188.     Top = 237
  189.     Width = 570
  190.     Height = 53
  191.     Align = alBottom
  192.     BevelOuter = bvNone
  193.     Caption = 'PanelBottom'
  194.     Font.Color = clBtnFace
  195.     Font.Height = -11
  196.     Font.Name = 'MS Sans Serif'
  197.     Font.Style = []
  198.     ParentFont = False
  199.     TabOrder = 5
  200.     object Bevel: TBevel
  201.       Left = 0
  202.       Top = 0
  203.       Width = 570
  204.       Height = 6
  205.       Align = alTop
  206.       Shape = bsTopLine
  207.     end
  208.     object ButtonInsert: TButton
  209.       Left = 4
  210.       Top = 8
  211.       Width = 77
  212.       Height = 25
  213.       Hint = 'Use the HTML tag'
  214.       Caption = '&OK'
  215.       ParentShowHint = False
  216.       ShowHint = True
  217.       TabOrder = 0
  218.       OnClick = ButtonInsertClick
  219.     end
  220.     object ButtonCancel: TButton
  221.       Left = 88
  222.       Top = 8
  223.       Width = 77
  224.       Height = 25
  225.       Cancel = True
  226.       Caption = '&Cancel'
  227.       ParentShowHint = False
  228.       ShowHint = False
  229.       TabOrder = 1
  230.       OnClick = ButtonCancelClick
  231.     end
  232.     object ButtonHelp: TButton
  233.       Left = 256
  234.       Top = 8
  235.       Width = 77
  236.       Height = 25
  237.       Caption = '&Help'
  238.       ParentShowHint = False
  239.       ShowHint = False
  240.       TabOrder = 3
  241.       OnClick = ButtonHelpClick
  242.     end
  243.     object ButtonClearAll: TButton
  244.       Left = 172
  245.       Top = 8
  246.       Width = 77
  247.       Height = 25
  248.       Hint = 'Clear and reset all attributes to defaults'
  249.       Caption = 'Clear &All'
  250.       ParentShowHint = False
  251.       ShowHint = True
  252.       TabOrder = 2
  253.       OnClick = ButtonClearAllClick
  254.     end
  255.     object PanelSaveReuseLevel: TPanel
  256.       Left = 4
  257.       Top = 40
  258.       Width = 329
  259.       Height = 9
  260.       BevelOuter = bvLowered
  261.       Caption = ' '
  262.       ParentShowHint = False
  263.       ShowHint = True
  264.       TabOrder = 4
  265.       OnDblClick = PanelSaveReuseLevelDblClick
  266.       OnMouseMove = PanelSaveReuseLevelMouseMove
  267.     end
  268.   end
  269. end
  270.